home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / gobject.cxt / 00001_Revision History.txt next >
Encoding:
Text File  |  2000-01-14  |  2.9 KB  |  35 lines

  1. v1.0 3/25/97 3:48:26 PM RHD Created
  2.  
  3. v1.1 6/9/97 1:20:36 PM RHD I added the one selected radio button class for radio button groups where at least one button is selected.  I fixed a bug in the slider class and I added a method called isActiveButton to the radio group class
  4.  
  5. v1.2 6/9/97 2:03:58 PM RHD I added a parameter to the slider class to allow the programmer to specify the direction of increase of the slider
  6.  
  7. v1.3 6/13/97 11:35:52 AM RHD I changed several scripts so that member is used instead of memberNum.  I did this because assigning a value to the memberNum of a sprite will not resolve correctly if the member is in another cast library
  8.  
  9. v1.4 6/16/97 11:42:42 AM RHD I modified the slider and all the button classes so that buttonDown and buttonUp and thumbDown and thumbUp will be replaced by a single method called trackMouse which is called on mouseDown
  10.  
  11. v1.5 6/18/97 1:02:27 PM RHD I fixed a bug in the trackMouse script that allowed the button's function to be performed even if the button was disabled and I added moveToFront to the show me method of the MIAW class
  12.  
  13. v1.6 6/23/97 9:08:56 AM RHD I added two routines to the radio button group which allows the user to get and set the active radio button and I added a routine to the MIAW object that allows the user to drag the MIAW around
  14.  
  15. v1.7 6/30/97 8:22:20 AM RHD I added some code to the slider object so that the min and max pixel would be corrected for the width of the thumb and I added a performFunction call to the end of the set thumb routine and a new clickInButton method
  16.  
  17. v1.8 7/16/97 11:46:41 AM RHD I fixed a bug in the slider code so that the thumb won't go outside the boundries of the bar.  The bug was getting the boundries of the bar from the sprite instead of the cast member.
  18.  
  19. v1.9 7/21/97 9:39:39 AM RHD I added two functions to the slider class: maxReached and minReached
  20.  
  21. v1.10 8/6/97 9:52:54 AM RHD I modified the slider class, breaking it into 2 classes called slider thumb and scroll bed.  It cleans up several bugs in the slider code
  22.  
  23. v1.11 8/21/97 10:00:42 AM RHD I modified the button with balloon class in order to make it work for multiple buttons using the same balloon channel.
  24.  
  25. v1.12 9/11/97 11:56:15 AM RHD Added code to slider thumb so that when the thumb is dragged to the maximum position, the maximum setting is set.
  26.  
  27. v1.13 9/22/97 5:32:49 PM RHD Added a fix to "slider thumb"'s trackmouse script to set the thumb to the max setting if the direction of increase is up or left.
  28.  
  29. v1.14 9/30/97 9:47:54 AM RHD I added code to initialize pIsMovieOpen in the Movie in a window parent script.
  30.  
  31. v1.15 10/21/97 2:21:29 PM RHD I modified the MIAW and Alert objects such that the pMIAW property would contain the pretty name and a new property, pFileName would contain the file name.
  32.  
  33. v1.16 11/17/97 11:44:00 AM RHD I made a change to "qt movie"'s "movieDone" method.  I added code to test whether or not the movie was at the end rather than testing to see if the movie was not at the beggining.
  34.  
  35.